home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / hard-params / README < prev   
Encoding:
Text File  |  1990-08-09  |  354 b   |  8 lines

  1. hp.awk is a quick-and-dirty awk script to help you debug hard-params.
  2. (hard-params runs itself through cpp a few times, which makes it hard
  3. to specify breakpoints.)
  4.  
  5. If you need to debug hard-params, run the source file through cpp (by
  6. hand, sigh), then filter that output with awk.  Compile the resulting
  7. file and use it when dealing with the debugger.
  8.